home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- tell the stage
- go(1, "LA_Main")
- forget(window "floatDBMenu")
- end tell
- forget(window "floatDBMenu")
- moveToFront(the stage)
- set winList to the windowList
- repeat with theWin in winList
- put theWin, winList
- if (theWin = window "txtShow") or (theWin = window "imgShow") or (theWin = window "lexShow") then
- close(theWin)
- end if
- end repeat
- end
-